Skip to main content

Moment Locked

TopShotLocking.MomentLocked

Emitted when a Moment is locked

Parameters:

  • id: UInt64 - The ID of the locked moment
  • duration: UFix64 - The duration of the lock
  • expiryTimestamp: UFix64 - The timestamp of when the lock expires
pub event MomentLocked(id: UInt64, duration: UFix64, expiryTimestamp: UFix64)